current location:Home>Technical Articles>Backend Development>C++
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
- an elegant way to fix user IDs in docker containers using docker_userid_fixer
- what is it about? It's about a rather technical issue in using docker containers that interact with the docker host computer, generally related to using the host filesystem inside the container. That happens in particular in reproducible resea
- C++ 465 2024-08-15 18:42:02
- desktop development with c installation tutorial
- This article provides a detailed guide on setting up a C development environment on a desktop computer. It covers selecting and installing an IDE, the C compiler, and necessary libraries. The main issue discussed is the step-by-step process involved
- C++ 580 2024-08-15 16:01:17
- Introduction to C:)
- History: It was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. It was developed after B,BCPL etc to overcome problems in that language. It was developed along wit
- C++ 1011 2024-08-15 14:32:54
- The History and Importance of C++ in the Embedded Developer
- When I started working in embedded systems years ago, C was the language everyone used. It was simple, fast, and reliable. But as technology advanced and devices became more complex, I found myself turning to C++ more and more. Today, C++ is a key to
- C++ 867 2024-08-14 22:35:02
- The Quest for Performance Part III : C Force
- In the two prior installments of this series, we considered the performance of floating operations in Perl, Python and R in a toy example that computed the function cos(sin(sqrt(x))), where x was a very large array of 50M double precision floating
- C++ 895 2024-08-06 01:10:02
- Unleash Your Creativity with the Project: Creating a Dynamic Heart Animation with C Course
- Embark on an exciting journey into the world of computer graphics and animation with the Project: Creating a Dynamic Heart Animation with C course. This captivating project will guide you through the process of creating a mesmerizing, dynamic heart a
- C++ 562 2024-08-05 20:23:58
- Understanding IndexOutOfRangeException in C#
- What Does "IndexOutOfRangeException" Mean? In layman's terms, an IndexOutOfRangeException occurs when you try to access an element in a collection (like an array or a list) using an index that is outside the range of valid indexes for that
- C++ 569 2024-08-01 19:23:34
- An Overview of Bitwise Operations
- The following post was taken from a repository I created to help learn (and teach) about bitwise operations. You can find that repo here, and I'd suggest checking it out—there's some code examples and solutions there. Introduction The goa
- C++ 964 2024-07-29 09:50:22
- Introducing RGFW: A lightweight Single Header Windowing framework & GLFW alternative
- Intro RGFW is a cross-platform single-header framework that abstracts creating and managing windows. RGFW is simple to use, letting you focus on programming your game or application rather than dealing with complex low-level windowing APIs, lib
- C++ 750 2024-07-26 09:29:41
- C# | Create Nuget Package using .NET Standard
- Note You can check other posts on my personal website: https://hbolajraf.net Tools and technologies used Visual Studio 2022 .NET Standard 2.1 Nuget.exe Implementation New Project Creation Under Visu
- C++ 310 2024-07-24 14:00:54
- C# | Use of the short Keyword
- Note You can check other posts on my personal website: https://hbolajraf.net In C#, short is a keyword used to declare a 16-bit signed integer data type. It is a primitive data type that can store whole numbers in the range of -32,768 to 32
- C++ 265 2024-07-24 11:41:42
- C# | Best Practices for Pagination using EF Core 8
- Pagination is a crucial aspect of application development, especially when dealing with large datasets. Entity Framework (EF) Core 8 in C# provides powerful features for implementing efficient pagination. In this guide, we'll explore best practices f
- C++ 344 2024-07-24 09:56:46
- C# | Dapper Using Stored Procedures
- Note You can check other posts on my personal website: https://hbolajraf.net Introduction Dapper is a simple, lightweight Object-Relational Mapping (ORM) library for .NET. It is designed to provide high performance and reduce the
- C++ 684 2024-07-24 09:47:13
- C# | Common Errors
- Note You can check other posts on my personal website: https://hbolajraf.net Common Errors in C C# is a powerful programming language, but like any language, it has its share of common errors that developers may encounter. Unders
- C++ 303 2024-07-24 09:44:33
- C# | Web Apis Tips and Tricks
- Note You can check other posts on my personal website: https://hbolajraf.net Web Api's Tips and Tricks Building Web APIs in C# is a powerful way to create scalable and efficient backend services. Here are some tips and tricks to
- C++ 797 2024-07-24 09:21:22